home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 16 / 016.d81 / copy text < prev    next >
Text File  |  2022-08-26  |  4KB  |  260 lines

  1.  
  2.              EASYCOPY
  3.  
  4.  
  5.   Welcome to the world of disk file
  6.  
  7. copiers.  If you own only one disk
  8.  
  9. drive, then you know the problems
  10.  
  11. associated with copying a file from
  12.  
  13. one disk to another.  BASIC program
  14.  
  15. files are easy.  Simply LOAD the
  16.  
  17. program from the original disk and
  18.  
  19. then SAVE the program to the new
  20.  
  21. disk.  But what do you do about
  22.  
  23. SEQuential files, Machine-Language
  24.  
  25. files, or even RElative files?  The
  26.  
  27. answer is use a file copy program.
  28.  
  29. The only problem with this is that
  30.  
  31. most file copiers cost more than the
  32.  
  33. software you want to copy or are so
  34.  
  35. complex and unintelligible that only
  36.  
  37. a 4 year old cartridge cracker could
  38.  
  39. operate them.  So what's a Commodore
  40.  
  41. owner to do?  Simple, use EASYCOPY.
  42.  
  43.   Written by Jeff Johnson, EASYCOPY
  44.  
  45. makes it simple to copy files from
  46.  
  47. one disk to another.  Here is a
  48.  
  49. run-down of what you can do with
  50.  
  51. EASYCOPY.
  52.  
  53.         1> BAM Copy
  54.         2> File Copy
  55.         3> Whole Disk Copy
  56.         4> Display BAM
  57.         5> Relative File Copy
  58.         6> Quit
  59.  
  60.   Now for an in-depth explanation of
  61.  
  62. each available option.
  63.  
  64. 1> BAM Copy
  65.  
  66.   When you select BAM Copy, you are
  67.  
  68. first prompted to insert the source
  69.  
  70. disk.  This is the disk with the files
  71.  
  72. on it you want to copy.  After you
  73.  
  74. insert the source disk, press a key. 
  75.  
  76. EASYCOPY will then read the BAM of the
  77.  
  78. disk and begin reading data from the
  79.  
  80. disk into a buffer.  When the buffer
  81.  
  82. is full or all of the information has
  83.  
  84. been read, you will be prompted to
  85.  
  86. insert the destination disk.  Make
  87.  
  88. sure that you do not need any data on
  89.  
  90. this disk as it will be NEWed.  When
  91.  
  92. you have the disk in the drive, press
  93.  
  94. a key and the data will be written
  95.  
  96. onto your disk.  Continue swapping
  97.  
  98. disks when prompted to do so until
  99.  
  100. the program returns to the main menu.
  101.  
  102. At this point, the copy is finished.
  103.  
  104. 2> File Copy
  105.  
  106.   When you select a File Copy, you
  107.  
  108. will be prompted to insert the source
  109.  
  110. disk.  This is the disk that contains
  111.  
  112. the files that you want to copy.
  113.  
  114. After you insert the source disk,
  115.  
  116. press a key.  EASYCOPY will read the
  117.  
  118. directory of the disk and display the
  119.  
  120. files in a scrolling menu.  Move from
  121.  
  122. file to file with the CRSR keys.  The
  123.  
  124. spacebar toggles whether or not you
  125.  
  126. want to copy an individual file.
  127.  
  128. When you have selected all of the
  129.  
  130. files you want to copy, press the Q
  131.  
  132. key to begin the copy.  EASYCOPY will
  133.  
  134. tell you when you need to insert the
  135.  
  136. destination disk.  Please note that
  137.  
  138. the destination disk should already
  139.  
  140. be formatted.  Continue swapping
  141.  
  142. disks when EASYCOPY tells you to
  143.  
  144. until you return to the main menu.
  145.  
  146. At this point, all of your files have
  147.  
  148. been copied.
  149.  
  150. 3> Whole Disk Copy
  151.  
  152.   Use this option when you want to
  153.  
  154. copy ALL of the files on one disk to
  155.  
  156. another disk.  Again follow the
  157.  
  158. INSERT SOURCE DISK and INSERT
  159.  
  160. DESTINATION DISK prompts.  Please
  161.  
  162. make sure that it is ok to destroy
  163.  
  164. the data on your destination disk as
  165.  
  166. EASYCOPY will NEW it.  Your copy is
  167.  
  168. finished when you are returned to the
  169.  
  170. main menu.
  171.  
  172. 4> Display BAM
  173.  
  174.   This option merely allows you to
  175.  
  176. view the Block Availability Map on
  177.  
  178. your disk.  You can use this option
  179.  
  180. to see how much of your disk is
  181.  
  182. currently being used.
  183.  
  184. 5> Relative File Copy
  185.  
  186.   You should use this option when you
  187.  
  188. need to copy a RELative file.
  189.  
  190. Because of the strange and complex
  191.  
  192. nature of RELative files, this option
  193.  
  194. was singled out from the rest of the
  195.  
  196. options.  When you select this
  197.  
  198. option, you are first asked to insert
  199.  
  200. the source disk.  This is the disk
  201.  
  202. that contains the RELative file that
  203.  
  204. you wish to copy.  Next you are asked
  205.  
  206. for a filename. This should be the
  207.  
  208. name of the RELative file you wish to
  209.  
  210. copy. EASYCOPY then looks for the
  211.  
  212. file on the disk.  If the file is
  213.  
  214. found then EASYCOPY will begin to
  215.  
  216. copy the file.  Again, follow the
  217.  
  218. INSERT SOURCE DISK and INSERT
  219.  
  220. DESTINATION DISK prompts.  Please
  221.  
  222. note that EASYCOPY assumes that the
  223.  
  224. destination disk is already formatted.
  225.  
  226. If the file is not found, then you
  227.  
  228. will be returned to the main menu.
  229.  
  230. 6> End
  231.  
  232.   This is the easiest option of all.
  233.  
  234. When you decide it is time to quit
  235.  
  236. copying and go eat supper, EASYCOPY
  237.  
  238. will return your computer to the
  239.  
  240. normal, BASIC mode of operation.
  241.  
  242. Remember, this program does NOT return
  243.  
  244. to LOADSTAR.
  245.  
  246.   If you would like to RUN EASYCOPY
  247. \oad"easycopy",8
  248. now, press the "\" (English pound)
  249.  
  250. key now.  If you would like to use
  251.  
  252. EASYCOPY outside of the LOADSTAR
  253.  
  254. environment, all you need to do is
  255.  
  256. LOAD "EASYCOPY",8 and then type RUN.
  257.  
  258.  
  259. ---------< end of article >-----------
  260.